Update rubocop-rspec 2.23.2 → 2.24.0 (minor) #148
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-rspec (2.23.2 → 2.24.0) · Repo · Changelog
Release Notes
2.24.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
Merge pull request #1708 from rubocop/release
Bump version to v2.24.0
Merge pull request #1497 from r7kamura/feature/metadata-style
Add `RSpec/MetadataStyle` and `RSpec/EmptyMetadata` cops
Merge pull request #1707 from rubocop/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #1706 from rubocop/clarify-eq-cop-documentation
Docs: Avoid confusion with be_truthy, etc.
Merge pull request #1704 from rubocop/fix/398
Fix a false positive `RSpec/Focus` when chained method call and inside define method
Merge pull request #1703 from rubocop/resolve/1702
Add support `RSpec/Rails/HttpStatus` when `have_http_status` with string argument
Merge pull request #1698 from rubocop/split-file-path-cop
Split `RSpec/FilePath` into `RSpec/SpecFilePathSuffix` and `RSpec/SpecFilePathFormat`
Add configuration option `IgnoreMetadata`
Add `RSpec/SpecFilePathFormat` cop
Add `RSpec/SpecFilePathSuffix` cop
Merge pull request #1682 from rubocop/add-eq
Merge branch 'master' into add-eq
Add new `RSpec/Eq` cop
Merge pull request #1697 from marocchino/fix-receive-messages-autocorrect
Fix autocorrect in `RSpec/ReceiveMessages`
Merge pull request #1696 from bcgraham/fix-nb-space-infinite-loop
Fix infinite loop in ExcessiveDocstringSpacing
Merge pull request #1680 from rubocop/use_offense
Merge pull request #1686 from rubocop/add-test-for-negation-be-valid-multiple-expectations
Use offense instead of violation
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands